Package-level declarations
Types
Represents collections containing at least one element.
Represents lists containing at least one element.
Represents mutable lists containing at least one element.
Represents mutable sets containing at least one element.
Represents sets containing at least one element.
Functions
Returns the element at the specified index in this collection, or returns the result of calling the defaultValue function if the index is out of bounds.
Returns a not empty list containing all the elements of this array, or throws an IllegalArgumentException if this array is empty.
Returns a not empty list containing all the elements of this collection, or throws an IllegalArgumentException if this collection is empty.
Returns a not empty list containing all the elements of this array, or returns the result of calling the defaultValue function if this array is empty.
Returns a not empty list containing all the elements of this collection, or returns the result of calling the defaultValue function if this collection is empty.
Returns a not empty list containing all the elements of this array, or returns null
if this array is empty.
Returns a not empty list containing all the elements of this collection, or returns null
if this collection is empty.
Returns a not empty mutable list containing all the elements of this array, or throws an IllegalArgumentException if this array is empty.
Returns a not empty mutable list containing all the elements of this collection, or throws an IllegalArgumentException if this collection is empty.
Returns a not empty mutable list containing all the elements of this array, or returns the result of calling the defaultValue function if this array is empty.
Returns a not empty mutable list containing all the elements of this collection, or returns the result of calling the defaultValue function if this collection is empty.
Returns a not empty mutable list containing all the elements of this array, or returns null
if this array is empty.
Returns a not empty mutable list containing all the elements of this collection, or returns null
if this collection is empty.
Returns a not empty mutable set containing all the elements of this array, or throws an IllegalArgumentException if this array is empty.
Returns a not empty mutable set containing all the elements of this collection, or throws an IllegalArgumentException if this collection is empty.
Returns a not empty mutable set containing all the elements of this array, or returns the result of calling the defaultValue function if this array is empty.
Returns a not empty mutable set containing all the elements of this collection, or returns the result of calling the defaultValue function if this collection is empty.
Returns a not empty mutable set containing all the elements of this array, or returns null
if this array is empty.
Returns a not empty mutable set containing all the elements of this collection, or returns null
if this collection is empty.
Returns a not empty set containing all the elements of this array, or throws an IllegalArgumentException if this array is empty.
Returns a not empty set containing all the elements of this collection, or throws an IllegalArgumentException if this collection is empty.
Returns a not empty set containing all the elements of this array, or returns the result of calling the defaultValue function if this array is empty.
Returns a not empty set containing all the elements of this collection, or returns the result of calling the defaultValue function if this collection is empty.
Returns a not empty set containing all the elements of this array, or returns null
if this array is empty.
Returns a not empty set containing all the elements of this collection, or returns null
if this collection is empty.